home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fonts 2 / Danny Amor's Fresh Fonts 2 (GTI - Schatztruhe)(1995).iso / AssignAllFonts next >
Text File  |  1995-02-07  |  1KB  |  42 lines

  1. ; This script assigns ALL Fonts for ALL Programs!
  2. ; If you don't want so many ASSIGNS then please choose the
  3. ; appropriate ASSIGNMENT in the programs directory
  4.  
  5. echo "Assigning all fonts and directories in order to"
  6. echo "use all Amiga programs directly from CD-ROM!*N"
  7. echo "Assigning PasTeX!*N"
  8.  
  9. ; QuickInstall for PasTeX
  10.  
  11. Version >NIL: Version 37
  12. IF WARN
  13.     echo "You need at least OS 2.0 to run this installation!"
  14. ELSE
  15.     echo "Set the TeX: PKVol: and MF: assignment."
  16.     assign TeX:   :Programs/Amiga/PasTeX
  17.     assign PKVol: TeX:pk TeX:pk/180x180 TeX:pk/300x300 TeX:pk/360x360 TeX:pk/600x600 TeX:pk/204x196
  18.     assign MF:    TeX:mf
  19.     assign REXX:  TeX:rexx add
  20.     assign LIBS:  TeX:libs add
  21.     path TeX:bin MF:bin add 
  22. ENDIF
  23.  
  24. ; End of QuickInstall for PasTeX
  25.  
  26. ; This script assigns all Japanese fonts!
  27.  
  28. echo "Assigning JMore!*N"
  29.  
  30. ASSIGN >NIL: JFonts: :Programs/Amiga/JMore/Fonts ADD
  31. ASSIGN >NIL: Fonts: :Programs/Amiga/JMore/Fonts ADD
  32. run >NIL: <NIL: :Programs/Amiga/JMore/JFontSys
  33.  
  34. ; End of JMore 
  35.  
  36. echo "Finished!"
  37.  
  38. ; Set Path for MuchMore!
  39.  
  40. Path :c add
  41.  
  42. ; End of script